home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / titusdos.arc / INSTALL.DAT < prev    next >
Text File  |  1991-09-11  |  3KB  |  131 lines

  1.  
  2. @DefineProject
  3.     @Name       = "TitusDOS"
  4.     @Version    = "2.01 DEMO"
  5.     @Subdir     = "\\TITUSDOS"
  6.     @OutDrive     = Z
  7.     @Group        = "I"
  8. @EndProject
  9.  
  10. @Display
  11.     @Cls
  12.     This program will install @Name Version @Version on your computer
  13.     system and verify the integrity of the distribution disk(s).
  14.     You may press the [Esc] key at any time to abort the installation.
  15.     INSTALL will ask you where you would like to install @Name
  16.     on your computer and, if you have previously installed @Name,
  17.     give you the several options of installing @Name (such as upgrading).
  18.  
  19.     Each question has a default answer.  If the default answer is
  20.     correct, press the ENTER key in response to the question.
  21.     Otherwise, type the answer and then press the ENTER key.
  22.  
  23.     If you make a mistake while typing, press the BACKSPACE key
  24.     and then retype the answer.
  25.  
  26. @Pause
  27. @EndDisplay
  28.  
  29. @GetOutDrive
  30.     @Suppress A
  31.     @Suppress B
  32.     @CLS
  33.  
  34.     On which disk drive do you wish to install @Name:
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  52.     bar to the disk drive you wish to install to and then press the 
  53.     [Enter] key.
  54. @EndOutDrive
  55.  
  56. @GetSubdir
  57.     @CLS
  58.  
  59.     Now you need to specify the destination subdirectory where the 
  60.     @Name system will be installed.
  61.  
  62.     @PROMPT = " Which subdirectory ? "
  63. @EndSubdir
  64.  
  65. @If (@Exists "@Outdrive:\\@Subdir\\TITUSDOS.EXE")
  66.  
  67. @GetGroups
  68.     @CLS
  69.     Select the installation you wish to preform:
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.     The INSTALL program has detected that you have previously installed
  78.     @Name onto your computer.  Select the choice that best fits the
  79.     description of your installation.
  80.  
  81.     @Set I = "Install @Name version @Version on a new system"
  82.     @Set R = "Re-install @Name version @Version"
  83. @EndGroups
  84. @Endif
  85.  
  86. @GetOption
  87.  
  88.     Do you wish to boot directly to @Name when you start your computer?
  89.  
  90.     @Option 1 = "YES"
  91.     @Option 2 = "NO"
  92. @EndOption
  93.  
  94. @DefineDisk
  95.     @LABEL = "TITUSDOS 1/1"
  96.  
  97.     @BeginLib TITUSDOS.LIF
  98.         @File        TITUSDOS.EXE
  99.         @File       TITUSDOS.DAT
  100.         @File       TITUSDOS.HLP
  101.         @File       TITUSDOS.INI    @Group I
  102.         @File        TITUS???.FON
  103.         @File       ????????.ICO
  104.         @File       ????????.MNU    @Group I
  105.         @File       ????????.DOC    @Group I
  106.     @EndLib
  107.     @If (@Exists "@Indrive:LICENSE.DOC")
  108.         @File       LICENSE.DOC
  109.     @Endif
  110. @EndDisk
  111.  
  112. @If (1 [= @Option)
  113.     @SetAutoexec
  114.         @Overwrite
  115.         @Terse
  116.         @Verbatim "@Outdrive:"
  117.         @Verbatim "CD @Subdir"
  118.         @Verbatim "TITUSDOS"
  119.     @EndAutoexec
  120. @Endif
  121.  
  122. @Finish
  123.     @ChDrive @Outdrive
  124.     @ChDir "@Subdir"
  125.     @Name is now installed on your system.  To enter @Name type TITUSDOS
  126.     at the DOS prompt.
  127.     @pause
  128. @EndFinish
  129.  
  130. /* end-of-file */
  131.